projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47223c0
)
xdisp.c (display_line): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 6 Aug 2010 15:53:11 +0000
(18:53 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 6 Aug 2010 15:53:11 +0000
(18:53 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 81418b2d66fceebeb24337afd98796ce46b98799..73299c95d1f586e19e7bf7fb7d0c03e29748d67d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-17381,8
+17381,8
@@
display_line (struct it *it)
row->ends_at_zv_p = 1;
/* A row that displays right-to-left text must always have
its last face extended all the way to the end of line,
- even if this row ends in ZV, because we still write to
th
- screen left to right. */
+ even if this row ends in ZV, because we still write to
+
the
screen left to right. */
if (row->reversed_p)
extend_face_to_end_of_line (it);
break;